-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new version 0.2.0 adding sinusoidal stimulation
- Loading branch information
Showing
10 changed files
with
247 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
Package: oscilliscopeR | ||
Type: Package | ||
Title: Import and work with data from oscilloscope | ||
Version: 0.1.4 | ||
Author: c(person("Kai", "Budde", email = "[email protected]", | ||
role = c("aut", "cre")) | ||
Maintainer: Kai Budde <[email protected]> | ||
Description: This package reads recorded data from measurements | ||
of an oscilloscope (as yaml files) and plots them. | ||
License: LICENSE | ||
Package: oscilloscopeR | ||
Title: Import and work with data from oscilloscope(s) | ||
Version: 0.2.0 | ||
Authors@R: | ||
person("Kai", "Budde-Sagert", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0001-6836-9865")) | ||
Maintainer: Kai Budde-Sagert <[email protected]> | ||
Description: This package reads recorded data from measurements of an | ||
oscilloscope (as yaml files), calculates some values, and plots them. | ||
License: GPL-3 + file LICENSE | ||
URL: https://github.com/SFB-ELAINE/oscilloscopeR | ||
BugReports: https://github.com/SFB-ELAINE/oscilloscopeR/issues | ||
Depends: | ||
R (>= 4.0.0) | ||
Imports: | ||
lubridate (>= 1.9.0), | ||
scattermore (>= 0.8), | ||
tidyverse (>= 1.3.2), | ||
yaml (>= 2.3.6) | ||
ByteCompile: TRUE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Imports: tidyverse, yaml, scattermore | ||
RoxygenNote: 7.2.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.