Skip to content
Snippets Groups Projects
Commit 35f114a5 authored by Jean-Marie Lepioufle's avatar Jean-Marie Lepioufle
Browse files

typo

parent d101ba7c
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,16 @@ install.packages(file.path("~","friendlyts-0.4.1.tar.gz"), repos=NULL, type='sou
unlink(file.path("~/friendlyts-0.4.1"),recursive=TRUE)
file.remove(file.path("~/friendlyts-0.4.1.tar.gz"))
setwd("~")
download.file("https://git.nilu.no/rfriendlyts/plotfts/-/archive/0.0.2/plotfts-0.0.2.tar.gz",destfile="plotfts-0.0.2.tar.gz")
untar("plotfts-0.0.2.tar.gz")
setwd(file.path("~","plotfts-0.0.2"))
source(file.path("~/plotfts-0.0.2/lib/friendlyts.R"))
source(file.path("~/plotfts-0.0.2/lib/buildpkgs.R"))
install.packages(file.path("~","plotfts-0.0.2.tar.gz"), repos=NULL, type='source')
unlink(file.path("~/plotfts-0.0.2"),recursive=TRUE)
file.remove(file.path("~/plotfts-0.0.2.tar.gz"))
# metrics
setwd("~")
download.file("https://git.nilu.no/rdiagnosis/metrics/-/archive/0.0.4/metrics-0.0.4.tar.gz",destfile="metrics-0.0.4.tar.gz")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment