Skip to content

Commit

Permalink
Merge pull request #6 from tscnlab/bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JZauner authored Nov 24, 2023
2 parents 68ff3f3 + ce44e7f commit f83242c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: LightLogR
Title: Work With Data from Wearable Light Loggers and Optical Radiation Dosimeters
Version: 0.2.1.9000
Version: 0.2.2.9000
Authors@R: c(
person("Johannes", "Zauner",
email = "[email protected]", role = c("aut", "cre"),
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# LightLogR 0.2.2.9000

* Bugfix for `LiDo` import

* Added import support for new devices: `LiDo`, `DeLux`, and `Speccy`

* Removed minor inconsistencies in naming conventions. Also, all imported columns will have syntactic naming now
Expand Down
3 changes: 2 additions & 1 deletion R/import_LL.R
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,9 @@ import_arguments <- list(
#LiDo
LiDo = rlang::expr({
tmp <- suppressMessages(
readr::read_csv2(
readr::read_delim(
filename,
delim = ";",
n_max = n_max,
id = "file.name",
locale = locale,
Expand Down

0 comments on commit f83242c

Please sign in to comment.