Skip to content

Commit

Permalink
replaced reliance on unsupported Kmisc package
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmckay committed May 30, 2018
1 parent 07dbaad commit c2aeae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Imports:
checkmate,
chron,
data.table,
Kmisc,
Smisc,
RJSONIO,
jsonlite,
BBmisc
2 changes: 1 addition & 1 deletion R/R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ readLipd <- function(path=NULL){
setwd(dir_source)
j <- lipd_read(entry)
# Get the datasetname
dsn <- get_datasetname(j, Kmisc::strip_extension(basename(entry)))
dsn <- get_datasetname(j, Smisc::stripExtension(basename(entry)))
# Set the data in D using the datasetname
D[[dsn]] <- j
}
Expand Down

0 comments on commit c2aeae6

Please sign in to comment.