discoleo

Results 12 issues of discoleo

Example: xml_find_num(xml, "/some/path/that/does/not/exist") Should check if it is a request for NUMBER: if (result_ == NULL) { // should first check if the request is for NUMBER and return a...

reprex

# Explorer: Option to add check-boxes to select specific articles ## Manual Selection The users may want to select manually specific articles, while exploring the corpus. It would be very...

# Function prepare_data Add argument to specify name of text column: - new argument: text.col = "Text"; ## Motivation Corpora based on scientific articles may have multiple text columns: Title,...

enhancement

# Nouns lacking plural There are languages (e.g. Romanian) where certain nouns can lack the plural. However, the plural form may be in common usage. It would be useful to...

# Function read_xml_num ## Documentation The function lacks an example and a detailed explanation. Therefore, I am unsure what it actually does or how to actually use it. All examples...

# New Protein Descriptor: Symmetric extractDC The current extractDC is not symmetric, which generates 400 keys. This has some drawbacks: - Proteins smaller than 400 AA: cannot contain all keys;...

# Warn if R is installed in a different directory A bug can appear if: - **previous version of R** is installed in a different directory than the standard one,...

enhancement

# Helper Function: format.time The vignette **Importing and Formatting Data** starts with a lot of boiler-plate code, including: paste("Plate1-", paste(example_widedata_noiseless$Time %/% 3600, formatC((example_widedata_noiseless$Time %% 3600) %/% 60, width = 2,...

type: enhancement
priority: low

# New Utility Function: seq.character The generation of sequences of letters is currently hard-coded in many of the functions. However, it may be useful to be able to generate sequences...

type: backend enhancement

# Function: make_design Many of the functions in this package, including make_design contain a lot of duplicate code. Such code could be moved to specific helper-functions. But independent of this:...

type: backend enhancement