Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2398 commits
Select commit Hold shift + click to select a range
3668f85
prep 4 build 2.0.0 release
raphywink Jul 22, 2019
b16b5af
updated cran-comments.md
raphywink Jul 22, 2019
be76a62
still had dev. option set
raphywink Jul 22, 2019
5ff0e1a
version bump (uncommented devel code + resubmit)
raphywink Jul 22, 2019
0d9fcff
fixed typo that breaks serve()
raphywink Jul 22, 2019
c9ab201
on dev version number + using .onLoad for options()
raphywink Jul 31, 2019
851c278
started segment CRUD
raphywink Sep 2, 2019
5449e80
4got to stage
raphywink Sep 2, 2019
f226d1d
removed message 4 maintainer
raphywink Sep 2, 2019
7bd9716
using rstudioapi::translateLocalUrl for ws connection url to permit R…
raphywink Sep 4, 2019
e437f5a
updated news
raphywink Sep 4, 2019
337c8d8
also translating mediafile get url
raphywink Sep 4, 2019
d2895b8
updated error message to specify that the attribute names not the lev…
raphywink Sep 10, 2019
ff7424e
only checking non NA values to set slType (fixes #216)
raphywink Sep 10, 2019
6e2a33a
`export_seglistToTxtCollection()` now zero pads file names (should fi…
raphywink Sep 11, 2019
85e6a23
better wording
raphywink Sep 11, 2019
2248440
fixed bug in duplicate levels (bad level name insert into items table…
raphywink Sep 12, 2019
eca66a1
serve() outside of RStudio fix + error message formatting
raphywink Sep 19, 2019
663497b
fixed `rename_bundles()` issue with sub-string matching of names (fix…
raphywink Sep 19, 2019
9eab28a
prepping for minor release
Nov 5, 2019
e3f2856
removed check_win*
Nov 5, 2019
1f922d3
updated R version of travis CI
Nov 5, 2019
cac0b20
removed duplicate setting of attr def
Nov 6, 2019
7678894
added test for querying non main attribute labels
Nov 6, 2019
b3309f0
added check_win_release + _release back
Nov 6, 2019
a00bbcd
init regex on connnection
Nov 12, 2019
519dfe8
bundleList read&write functions + serve() support for them
Nov 12, 2019
aa78a08
creating dir if it doesn't exist...
Nov 18, 2019
b1fe472
added missing paste0
Nov 18, 2019
6ba07be
improved error messages slightly
Dec 2, 2019
1b3c2d6
added warning to `serve()` when either bundleComments or bundleFinish…
Jan 10, 2020
11eb17a
rereading bundleList to new DF and restoring them (fixes #225)
Jan 14, 2020
a2ded72
implemented `onTheFlyFunction` parameter for `get_trackdata()` which …
Jan 28, 2020
cb3a26d
converting factors into characters for tbl_dfs in `get_trackdata()` a…
raphywink Feb 18, 2020
1d38595
added timRefSegmentLevel param (see #227)
raphywink Feb 27, 2020
039cf99
ups... 4got comma!
raphywink Feb 27, 2020
0fc6a64
`add_perspective()` now sets `"restrictions"` -> `"showPerspectivesSi…
raphywink Mar 4, 2020
6a744a7
re-run of devtools::document()
raphywink Mar 4, 2020
5cbe101
Update emuR-get_trackdata.R
May 6, 2020
52bdcdf
Merge pull request #233 from fsuettmann/master
raphywink Jun 2, 2020
56a5d90
updated error and warning messages from pull request + fixed normaliz…
raphywink Jun 2, 2020
fc1cfe9
using faster URL for ping
raphywink Jun 8, 2020
38e8203
suppressing del. warnings in tests
raphywink Jun 8, 2020
c98dc06
`query()` RegEx operators `=~` now using SQLites native support (wasn…
raphywink Jun 8, 2020
ce920af
added file upload info to doc + rerun of devtools::document()
raphywink Jun 8, 2020
4b0186a
replaced RCurl with httr dep
raphywink Jun 8, 2020
982aa88
replacing more of the filtered tables of the query engine with REGEXP
raphywink Jun 10, 2020
880818e
query_databaseEqlFUNCQ now using REGEXP instead of filtered tables
raphywink Jun 12, 2020
7b675e8
fixed passing in old table var
raphywink Jun 12, 2020
5e06a3a
getting ready for 2.1.0 release
raphywink Jun 15, 2020
384fa13
more towards 2.1.0 release
raphywink Jun 15, 2020
d6d385f
fixed some more tests
raphywink Jun 15, 2020
bb8fb9d
removed vignette stubs
raphywink Jun 15, 2020
9b8cf98
updated to local windows intall
raphywink Jun 15, 2020
e1370ca
fixed bad wording
raphywink Jun 15, 2020
65d8755
fixed bad wording
raphywink Jun 15, 2020
4c6bfbb
removed ViegnetteBuilder field
raphywink Jun 15, 2020
7bf09d2
implemented first version of `delete_itemsInLevel()`
raphywink Jun 18, 2020
a3d4170
no warning on .+ either
raphywink Jun 23, 2020
868d1f5
`requery_seq()` now returns correct attribute label vs. the level att…
raphywink Jun 30, 2020
d15c92e
added session + bundle pattern to query to improve speed
raphywink Jul 14, 2020
5496ef1
added session + bundle pattern to improve speed
raphywink Jul 14, 2020
8907598
deleting elements in emuDBcache of emuDB with other UUID
raphywink Jul 14, 2020
fdc608d
fixed `In rbind(names(params), unlist(params, recursive = F)): number…
raphywink Jul 20, 2020
da7cc4f
load_emuDB() performance bump due to SQLite transaction improvement +…
raphywink Sep 7, 2020
68b6761
no emuDBcache needed for rename_emuDB()
raphywink Sep 9, 2020
b928d1b
fixed typo
raphywink Sep 17, 2020
3e0a358
`create_itemsInLevel()` now supports items of type SEGMENT
raphywink Sep 28, 2020
94f90b2
added deprecated/not recommended texts to \code{eplot()}, \code{dplot…
raphywink Sep 28, 2020
1069c24
updated URL
raphywink Sep 28, 2020
029f598
fixed return missing ()
raphywink Sep 28, 2020
4d250bc
`save()` -> save bundle performance bump due to SQLite transaction im…
raphywink Oct 6, 2020
f00b301
version bump back to dev versioning
raphywink Oct 7, 2020
664a760
fixed a few more readr:: file vs path parameter warnings
raphywink Oct 21, 2020
4cd5fe7
starting idea to add flat data
raphywink Oct 27, 2020
078d2a7
changed CRLF back to newline
raphywink Oct 27, 2020
ccd9614
updated server
raphywink Oct 27, 2020
3d612c8
commented out test code so test pass again
raphywink Oct 27, 2020
d72d3c9
moved test code to unit tests
raphywink Oct 28, 2020
7c3fc96
browser() commented out
raphywink Oct 28, 2020
368782a
more flat data join stuff
raphywink Oct 30, 2020
e1c0bc1
more metadata stuff
raphywink Nov 2, 2020
326659e
sync commit
raphywink Dec 1, 2020
c1501e0
flat Data files now supported but only tested on single session & bun…
raphywink Dec 1, 2020
8c83141
"typo" :-) fix
raphywink Feb 1, 2021
0bfbe37
improved seq hier query handeling! Also fixed a but that set a bad se…
raphywink Feb 1, 2021
70a2f5a
now also works when right side is leaf.
Feb 2, 2021
45e4cfe
sync commit
raphywink Feb 15, 2021
729c737
more fixing of hierarchy dom seq. query issues
raphywink Feb 18, 2021
77fe190
write_bundleList now accepts seglists and stores them as bundleLists …
raphywink Feb 23, 2021
67187a3
Merge remote-tracking branch 'origin/master' into query-hier-fix-try
raphywink Mar 1, 2021
5102bfc
fixed invalid TextGrid export on empty levels
raphywink Mar 1, 2021
30f9f94
Merge remote-tracking branch 'origin/master' into query-hier-fix-try
raphywink Mar 1, 2021
51f9289
Merge branch 'query-hier-fix-try' of https://github.com/IPS-LMU/emuR …
raphywink Mar 1, 2021
afe096d
still collapsing non sequences in seq hier moves through the hierarchy
raphywink Mar 2, 2021
25ec7c6
sync commit
raphywink Mar 7, 2021
63efc05
towards a CTE version of hierarchical queries
raphywink Mar 18, 2021
e601331
use readr::write_lines() instead of write()
raphywink Mar 18, 2021
df6b4e6
added - using `readr::write_lines()` function in `export_TextGridColl…
raphywink Mar 18, 2021
c9a9efa
query now working with CTE version of ^ operand (requery still needs …
raphywink Mar 19, 2021
39267c4
Merge remote-tracking branch 'origin/master' into query-hier-fix-try
raphywink Mar 19, 2021
ffbb787
requery_hier() now working with CTE
raphywink Mar 22, 2021
a6cfcd0
fixed broken test because of NA in level list when lines are removed …
raphywink Mar 22, 2021
5379963
4got to remove print
raphywink Mar 22, 2021
9f89ff1
remove old functions (query_databaseHier + table create function) as …
raphywink Mar 22, 2021
201a2d9
serve now working outside of RStudio again
raphywink Mar 26, 2021
a423e39
now using level & attribute cols in every tmp table
raphywink Mar 26, 2021
d8a6029
Merge branch 'query-hier-fix-try'
raphywink Mar 26, 2021
570a467
explicit error message if empty seglist is passed in (fixes #243)
raphywink Mar 26, 2021
64cfa76
added `create_spectrogram_image_as_raster` function that used the EMU…
raphywink Mar 30, 2021
8ccb9f3
`serve()` function now downloads current release .zip instead of clon…
raphywink Mar 30, 2021
b221e66
getting ready for 2.2.0 release
raphywink Mar 30, 2021
ba8ab8d
merge query-hier-fix-try into master post mini conflict
raphywink Mar 30, 2021
644b7e8
fixed some more typos
raphywink Mar 30, 2021
4041baa
updated 4 release
raphywink Mar 30, 2021
5a18023
fixed bug in requery workflows like: `sl = query(ae, "[Phonetic== V]"…
raphywink Apr 13, 2021
f2e2eb8
added explicit checks for all `dir.create()` (closed #49)
raphywink Apr 26, 2021
fcdebd2
checking dir parameter in `import_mediaFiles()` (closes #108)
raphywink Apr 26, 2021
b5f0a8e
added deprication notice in help page
raphywink Apr 26, 2021
20a8c82
reformat
raphywink Apr 26, 2021
ea3253a
`add_files()` now works with strings like `_annot.json` as `fileExten…
raphywink Apr 26, 2021
418ce71
added missing loading of DBconfig to `write_bundleList()` (fixes #248)
raphywink May 3, 2021
11008dd
added new unit test 4 #248
raphywink May 3, 2021
8c57250
now prechecking user defined options in `.onLoad()` (closes #240)
raphywink May 3, 2021
a78e092
added new `sessionPattern` and `bundlePattern` args to `list_bundles(…
raphywink May 3, 2021
9c4cdaa
better output for warning in `get_trackdata()` regarding heterogeneou…
raphywink May 4, 2021
9e68556
fixed bad handeling of dir paths containgin RegExp chars in `convert…
raphywink May 4, 2021
1ff6b19
using cli for prettier summary output
raphywink May 5, 2021
1e07b0c
capturing output of print in summary.emuDBhandle for better output in…
raphywink May 5, 2021
ea8b58e
avoiding full table scan by placing regex at rear of AND chain + adde…
raphywink May 6, 2021
aeecc0b
missed file
raphywink May 6, 2021
29c65bf
checking for repeating sequences in `normalize_length()` (closes #211)
raphywink May 6, 2021
f4258ab
added explicit error message when bad column name is used in DBconfig…
raphywink May 6, 2021
316ff19
removing linkDefinition on error if it was added be4 (closes #226)
raphywink May 6, 2021
2c14788
added last commit message
raphywink May 6, 2021
5aeab47
removed browser() + added link to manual to description field
raphywink Jun 2, 2021
5b1af57
prep. new release
raphywink Jun 10, 2021
42ccbb7
Merge branch 'master' of https://github.com/IPS-LMU/emuR
raphywink Jun 10, 2021
4e1c44e
added <..> around URL
raphywink Jun 11, 2021
f3eb11f
added out of funding notice
MJochim Aug 17, 2021
1a3f960
Update emuR-get_trackdata.R
samgregory Aug 30, 2021
c8a61bf
add_files not correctly matching file extension
samgregory Sep 24, 2021
e183a2f
Merge pull request #254 from samgregory/master
raphywink Sep 24, 2021
f7fa44b
workaround for wrassp::readDataObj() crashing R session. Tmp fix for …
Jun 4, 2022
6f48634
fixed level attribute mixup in gen. of seglist - fixes #263
Jun 17, 2022
bfb36ee
adapting generics Math2/round and Math2/signif due to cran policy
MJochim Mar 22, 2023
f30e53c
the rename_emuDB test strangely fails on cran/windows, so skipping
MJochim Mar 22, 2023
353721b
Assuming maintainership of this R package
MJochim Mar 22, 2023
430d7ec
bumped version and updated NEWS.md
MJochim Mar 22, 2023
1e83945
deleting CRAN-RELEASE and updating cran-comments.md
MJochim Mar 22, 2023
a2b7ae9
updated cran-comments again
MJochim Mar 22, 2023
8e88353
Avoid try-error for error handling when creating directories
MJochim Apr 25, 2023
c28311d
following up to 8e883533 for file.copy
MJochim Apr 25, 2023
966c042
Replaced a number of class(x) == ".." with inherits(x, "..")
MJochim Apr 25, 2023
26dcbe8
Improved some messages
MJochim Apr 25, 2023
70ad166
convert_BPFCollection: don't try to create parent directory if it exi…
MJochim Apr 25, 2023
49c7568
added CRAN-SUBMISSION to .RBuildignore
MJochim Apr 25, 2023
8d34207
Added multiple="all" to a full_join() that caused warnings in many tests
MJochim May 4, 2023
2fc8457
follow-up to 8d342079: adapt to tidyverse 2.0.0
MJochim May 16, 2023
dc069a5
add another many-to-many hint
MJochim May 16, 2023
613f852
tidyselect now recommends quoted variable names instead of .data$
MJochim May 16, 2023
653614d
arrange_ has been deprecated in favor of arrange
MJochim May 16, 2023
6438fc1
full_join(..., by = character()) is deprecated in favor of cross_join()
MJochim May 16, 2023
d20ffc9
follow-up to 26dcbe8a7: fix unit tests
MJochim May 16, 2023
c46e7c7
Stop escaping quotes and dollar signs in documentation
MJochim May 16, 2023
d900dad
re-ran devtools::document()
MJochim May 16, 2023
4b3afe4
follow-up to 613f8526
MJochim May 16, 2023
b1cd801
updated NEWS.md and bumping to 2.4.0
MJochim May 16, 2023
f1fba46
Adapting citation-related stuff to current recommendations
MJochim May 17, 2023
0ab4a2e
adapting unit test: be litte less strict about expected message
MJochim May 17, 2023
c8d625e
updated cran-comments.md
MJochim May 17, 2023
f6eca01
corrected a couple of typos
MJochim May 17, 2023
9f5c38d
re-ran devtools::document()
MJochim May 17, 2023
1537508
committed CRAN-SUBMISSION
MJochim May 17, 2023
d6a315e
removing Travis
MJochim May 17, 2023
d8a3d08
Removed redundant "An R package that" from description
MJochim May 17, 2023
3cd09bf
always use TRUE and FALSE instead of T and F
MJochim May 17, 2023
deb27d4
re-ran devtools::document()
MJochim May 17, 2023
be29121
fixed example code in documentation
MJochim May 17, 2023
e223997
re-ran devtools::document()
MJochim May 17, 2023
f70f555
Corrected parameter documentation
MJochim May 17, 2023
873eb30
replacing cat() with warning()
MJochim May 18, 2023
a8861a8
Fix that allow for loading a database with a session but no bundles
FredrikKarlssonSpeech May 22, 2023
bb195f2
replacing cat() with warning() in eplot()
MJochim May 24, 2023
5b2323a
Replacing cat() with warning() in newer functions
MJochim May 24, 2023
3863404
replacing print(...); stop(); with stop(...)
MJochim May 24, 2023
a9739c7
in examples: make sure to reset par() to old values
MJochim May 24, 2023
b87451c
in code: make sure to reset par() to old values
MJochim May 24, 2023
cf4d4e6
Server: Move reset of option closer to the place where we change it
MJochim May 24, 2023
139fd4d
re-ran devtools::document()
MJochim May 24, 2023
54bed6a
updated cran comments
MJochim May 24, 2023
7b820ca
updated cran comments
MJochim May 24, 2023
9c7cfd8
comitted CRAN-SUBMISSION
MJochim May 24, 2023
1dc4bbb
Merge pull request #268 from humlab-speech/master
MJochim May 26, 2023
eb703f2
Removing a comment that refered to deleted code
MJochim May 26, 2023
d3ff04b
Fix to support also loading of databases with empty sessions
FredrikKarlssonSpeech May 29, 2023
af196f8
readr::write_lines is multi-threaded by default and can cause problems
MJochim Sep 26, 2023
f2ea50f
Merge branch 'master' of github.com:humlab-speech/emuR
MJochim Sep 26, 2023
3756f04
bumped version number and updated changelog
MJochim Sep 26, 2023
d1dfa7e
updated cran comments
MJochim Sep 26, 2023
543d5fc
committing CRAN-SUBMISSION
MJochim Sep 26, 2023
dbb0336
allow fileFormat==Rda instead of SSFF for track definitions
MJochim Oct 24, 2023
ac59481
read Rda instead of SSFF for accordingly configured tracks
MJochim Oct 26, 2023
17f5ba5
fixes #272
MJochim Oct 26, 2023
8412804
bas web service calls didn't handle tibbles as language options properly
MJochim Oct 26, 2023
17fce9e
create_itemsInLevel with a SEGMENT level miscalculated end of last se…
MJochim Oct 26, 2023
f4c2295
improve error handling for malformed data frames passod to create_ite…
MJochim Oct 26, 2023
1d834ee
bumped version number and updated changelog
MJochim Oct 26, 2023
a87b451
\items were slightly abused in some docs
MJochim Oct 27, 2023
c7f24fa
working around "no visible binding for global variable"
MJochim Oct 27, 2023
4255ab5
updated cran comments
MJochim Oct 27, 2023
84e374c
committing CRAN-SUBMISSION
MJochim Oct 27, 2023
a8860ef
updated cran comments and release date
MJochim Oct 30, 2023
fcf8694
updated CRAN-SUBMISSION
MJochim Oct 30, 2023
3f50304
Users can now provide end times of SEGMENTS to create_itemsInLevel()
MJochim Feb 19, 2024
59402bb
Updated documentation for create_itemsInLevel()
MJochim Feb 19, 2024
b379737
minor parameter correction
MJochim Feb 19, 2024
2d8a9de
adapting documentation to current roxygen
MJochim Feb 19, 2024
3491445
removing superfluous man/.Rhistory file
MJochim Feb 19, 2024
3ee3a4e
S3 methods must always be exported (but not S3 generics)
MJochim Feb 19, 2024
14cc554
bumping version number to dev version
MJochim Feb 19, 2024
f7ec1ba
check for segments less than one sample long in create_itemsInLevel
MJochim Feb 28, 2024
95ffbd0
major bugfix in delete_itemsInLevel()
MJochim Mar 1, 2024
501c800
delete_itemsInLevel: add sayYes parameter for non-interactive use
MJochim Mar 1, 2024
2df7819
minor update to create_levelInItems() documentation
MJochim Mar 1, 2024
129d1ed
minor update to update_levelInItems() documentation
MJochim Mar 1, 2024
994c1b9
removing is.R() because it is now deprecated and we don't need it anyway
MJochim Mar 4, 2024
989cfed
adding .data$ pronoun and dplyr:: scope where necessary
MJochim Mar 4, 2024
4e9d46d
removing unicode apostrophes from strings
MJochim Mar 4, 2024
4f729a9
adapt one CRUD test to changed functions
MJochim Mar 15, 2024
ccb7664
bumping version number and updating changelog
MJochim Mar 15, 2024
4abe4e3
updated cran-comments.md
MJochim Mar 15, 2024
8295112
updated CRAN-SUBMISSION
MJochim Mar 15, 2024
2820063
bumping to dev version number
MJochim Mar 15, 2024
5689cb3
First draft of a Matlab interface for signal processing
MJochim Apr 20, 2025
9ba3507
add_signaVia...: Factor out function to create file list
MJochim Apr 23, 2025
9d4bccd
minor doc updates for Matlab interface
MJochim Aug 5, 2025
4cea7d6
replace paste with file.path
MJochim Aug 5, 2025
48ad4a3
add missing variable
MJochim Aug 5, 2025
b41a8a6
Add workaround for bug in matlabr
MJochim Aug 5, 2025
b769db2
add demo files for add_signalViaMatlab()
MJochim Aug 5, 2025
b57cfe1
expand documentation for add_signalViaMatlab()
MJochim Aug 5, 2025
58b0b3c
add examples to add_signalViaMatlab() doc
MJochim Aug 5, 2025
a96912c
Remove printing from demo Matlab script
MJochim Aug 5, 2025
adb2a15
adding package anchors to \links
MJochim Aug 5, 2025
91faa89
Change info about cached results from warning to message
MJochim Aug 5, 2025
34e354b
heed warnings from R CMD check
MJochim Aug 5, 2025
4707b25
bumped version number and wrote change log
MJochim Aug 5, 2025
c94916f
url checker
MJochim Aug 5, 2025
14b2469
updating cran-comments
MJochim Aug 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
^CRAN-RELEASE$
^.*\.Rproj$
^\.Rproj\.user$
^cran-comments\.md$
^CRAN-SUBMISSION$
16 changes: 16 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.Rproj.user
.Rhistory
.RData

vignettes/pics/db_structure.aux
vignettes/pics/db_structure.log
vignettes/pics/db_structure.pdf
*.log
*.gz
*.fdb_latexmk

*.o

*.so

.DS_Store
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 2.5.0
Date: 2024-03-15 22:08:04 UTC
SHA: 4abe4e308dd1c22ee94547b64970dd53751dcbdf
68 changes: 57 additions & 11 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,62 @@
Package: emuR
Type: Package
Title: Interface to the Emu Speech Database System
Version: 2.0
Date: 2014-06-19
Author: Jonathan Harrington, Tina John and others, IPS LMU Muenchen & IPDS CAU Kiel
Maintainer: Jonathan Harrington <jmh@phonetik.uni-muenchen.de>
Description: Provides many special purpose functions for display and analysis of speech data.
Version: 2.5.1
Date: 2025-08-06
Title: Main Package of the EMU Speech Database Management System
Authors@R: c(
person("Markus", "Jochim", , "markusjochim@phonetik.uni-muenchen.de", c("aut", "cre"), comment = c(ORCID = "0000-0002-5638-4870")),
person("Raphael", "Winkelmann", , "raphael@phonetik.uni-muenchen.de", c("aut")),
person("Klaus", "Jaensch", , "klausj@phonetik.uni-muenchen.de", c("aut", "ctb")),
person("Steve", "Cassidy", , "steve.cassidy@mq.edu.au", c("aut", "ctb")),
person("Jonathan", "Harrington", , "jmh@phonetik.uni-muenchen.de", c("aut", "ctb")))
Description: Provide the EMU Speech Database Management System (EMU-SDMS) with
database management, data extraction, data preparation and data
visualization facilities. See <https://ips-lmu.github.io/The-EMU-SDMS-Manual/>
for more details.
License: GPL (>= 2)
Depends: R (>= 2.13), stats, methods, MASS
Suggests: emudata
Depends:
R (>= 3.5.0)
Imports:
tools,
utils,
graphics,
methods,
rlang,
stringr (>= 1.4.0),
uuid,
base64enc,
shiny,
wrassp (>= 0.1.4),
jsonlite (>= 1.6.1),
RSQLite (>= 2.0.0),
DBI (>= 0.3.1),
httpuv (>= 1.3.2),
dplyr (>= 0.7.8),
readr (>= 1.1.1),
tibble (>= 1.4.2),
purrr (>= 0.2.4),
tidyr(>= 0.8.2),
mime(>= 0.6),
rstudioapi(>= 0.10),
httr(>= 1.4.1),
V8(>= 3.4.0),
cli(>= 2.5.0),
fs,
tidyselect
Suggests:
stats,
grDevices,
MASS,
ggplot2(>= 2.1.0),
testthat(>= 0.7.1.99),
compare(>= 0.2.4),
knitr(>= 1.7),
rmarkdown(>= 0.9.2),
matlabr,
R.matlab
Encoding: UTF-8
LazyLoad: yes
LazyData: yes
ZipData: no
URL: http://emu.sourceforge.net/

URL: https://github.com/IPS-LMU/emuR, https://ips-lmu.github.io/The-EMU-SDMS-Manual/
BugReports: https://github.com/IPS-LMU/emuR/issues
RoxygenNote: 7.3.2
42 changes: 0 additions & 42 deletions Help/Slope.test

This file was deleted.

33 changes: 0 additions & 33 deletions Help/dextract.lab

This file was deleted.

72 changes: 0 additions & 72 deletions Help/discrim

This file was deleted.

68 changes: 0 additions & 68 deletions Help/dplot

This file was deleted.

20 changes: 0 additions & 20 deletions Help/dsmooth

This file was deleted.

26 changes: 0 additions & 26 deletions Help/ellipse

This file was deleted.

Loading