Skip to content

Commit

Permalink
Preparations for committing to CRAN (v0.4.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed Aug 16, 2023
1 parent bc0d24e commit c7956f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Depends: R (>= 3.5.0)
Imports: jsonlite,
zip
Suggests: jmv,
jmvcore,
jmvcore (>= 2.4.7),
foreign,
haven,
knitr,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ list.files(".", "Trial.omv")
#> [1] "Trial.omv"
file.info("Trial.omv")
#> size isdir mode mtime ctime
#> Trial.omv 1723 FALSE 664 2023-08-05 22:06:14 2023-08-05 22:06:14
#> Trial.omv 1723 FALSE 664 2023-08-16 13:31:10 2023-08-16 13:31:10
#> atime uid gid uname grname
#> Trial.omv 2023-08-05 22:06:14 1000 1000 sjentsch sjentsch
#> Trial.omv 2023-08-16 13:31:10 1000 1000 sjentsch sjentsch
unlink("Trial.omv")
```

Expand Down

0 comments on commit c7956f9

Please sign in to comment.