README.md

Rplanit

Radiotherapy with ion beams: planning, simulations and analysis

Author: Andrea Attili

Maintainer: Andrea Attili andrea.attili@roma3.infn.it

Description: A collection of methods and procedures to perform simulations and analysis related to radiotherapy treatment planning (with ion beams). It includes a set of radiobiological evaluations and display possibilities.

To perform radiobiological evaluations see also Survival. An integration of Rplanit with Survival is underway.

To perform simulations and optimizations of treatments (TPS) an integration with the updated code Planit (based on Russo et al. 2016 and with Topas is underway.

Installation

NOTE: the following instructions are mostly outdated.

Ubuntu (12.04 64bit)

$ sudo apt-get install libcurl4-openssl-dev
$ sudo apt-get install tk8.5-dev
$ sudo apt-get install libsdl1.2-dev
$ sudo apt-get install mesa-common-dev # optional, for OpenGL rendering
$ sudo apt-get install libssl-dev
$ sudo ln -s /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 /lib/x86_64-linux-gnu/libcrypto.so.6
$ sudo ln -s /lib/x86_64-linux-gnu/libssl.so.1.0.0 /lib/x86_64-linux-gnu/libssl.so.6
$ sudo apt-get install libgsl0-dev
$ sudo apt-get install liblog4cxx10-dev

Ubuntu (14.04+ 64bit)

$ sudo apt-get install libcurl4-openssl-dev
$ sudo apt-get install tk8.6-dev
$ sudo apt-get install libsdl1.2-dev
$ sudo apt-get install mesa-common-dev  # optional, for OpenGL rendering
$ sudo apt-get install liblog4cxx10-dev

Mac OSX (Darwin)

Rplanit installation

> install.packages("devtools") # it needs to be done only once
> library(devtools)
> install_github("planit-group/Rplanit", dependencies=TRUE)
> library(Rplanit)

Tutorial

A tutorial (in Italian) is available at http://rstudio-pubs-static.s3.amazonaws.com/66368_3aea5f348bd144ca89f9faf9bb1167b4.html



planit-group/Rplanit documentation built on Dec. 5, 2022, 11:10 p.m.