Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.

Commit 4c97052

Browse files
authored
v0.2.0
1 parent a57b775 commit 4c97052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

others/PipiDABS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Part 1: Get arguments, system informations, versions of packages, etc ...
1313
###########################################################################################################
14-
rm( list=ls() ) # remove all the objects from the R session
14+
rm( list=ls() ) # remove all the objects from the R session
1515
PathOfPipiDABS_g = system(command = "which PipiDABS", intern = TRUE)
1616
PathOfPipiDABS_g = gsub(pattern="/PipiDABS$", replacement="", x=PathOfPipiDABS_g, ignore.case = FALSE, perl = TRUE)
1717
AbsolutePathOfFunctions_g = paste(PathOfPipiDABS_g, "functions", sep="/")

0 commit comments

Comments
 (0)