Skip to content

Commit

Permalink
Update NEWS, version number and README (automatically updated)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjentsch committed May 1, 2024
1 parent 9a5be31 commit f3c2127
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: jmvReadWrite
Title: Read and Write 'jamovi' Files ('.omv')
Version: 0.4.5
Version: 0.4.6
Author: Sebastian Jentschke [aut, cre]
(<https://orcid.org/0000-0003-2576-5432>)
Authors@R:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ list.files(".", "Trial.omv")
#> [1] "Trial.omv"
file.info("Trial.omv")
#> size isdir mode mtime ctime
#> Trial.omv 2610 FALSE 644 2024-04-04 12:20:09 2024-04-04 12:20:09
#> Trial.omv 2610 FALSE 644 2024-05-01 23:57:46 2024-05-01 23:57:46
#> atime uid gid uname grname
#> Trial.omv 2024-04-04 12:20:09 87448 4601 sje025 ansatt
#> Trial.omv 2024-05-01 23:57:46 87448 4601 sje025 ansatt
unlink("Trial.omv")
```

Expand Down
2 changes: 1 addition & 1 deletion inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ bibentry(
title = "jmvReadWrite: Read and Write jamovi Files",
author = person("Sebastian", "Jentschke", role = c("aut", "cre"), email = "sebastian.jentschke@uib.no"),
year = 2024,
note = "R package version 0.4.5",
note = "R package version 0.4.6",
url = "https://CRAN.R-project.org/package=jmvReadWrite",
key = "jmvReadWrite"
)

0 comments on commit f3c2127

Please sign in to comment.