Skip to content

Commit

Permalink
update version and start post-review1 changes
Browse files Browse the repository at this point in the history
change version to .9000 to indicate package is in development following reviews from ropensci
  • Loading branch information
vbaliga committed Oct 17, 2019
1 parent 51ca633 commit 4ea5ea7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: workloopR
Type: Package
Title: Analysis of Work Loops and Other Data from Muscle Physiology Experiments
Version: 1.0.1
Version: 1.0.1.9000
Authors@R: c(
person("Vikram B.", "Baliga",
email = "vbaliga87@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion R/data_import_functions.R
Expand Up @@ -311,7 +311,7 @@ as_muscle_stim <- function(x,
# Check for invalid attributes and assign valids
args<-list(...)
if(!all(names(args) %in% valid_args))
warning("One or more provided attributes do not match known attributes. These will attributes will not be assigned.")
warning("One or more provided attributes do not match known attributes. These attributes will not be assigned.")
for(i in intersect(names(args),valid_args))
attr(x,i)<-args[[i]]
for(i in setdiff(valid_args,names(args)))
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Expand Up @@ -8,7 +8,7 @@
"description": "Functions for the import, transformation, and analysis of data from muscle physiology experiments. The work loop technique is used to evaluate the mechanical work and power output of muscle. Josephson (1985) <https://jeb.biologists.org/content/114/1/493> modernized the technique for application in comparative biomechanics. Although our initial motivation was to provide functions to analyze work loop experiment data, as we developed the package we incorporated the ability to analyze data from experiments that are often complementary to work loops. There are currently three supported experiment types: work loops, simple twitches, and tetanus trials. Data can be imported directly from .ddf files or via an object constructor function. Through either method, data can then be cleaned or transformed via methods typically used in studies of muscle physiology. Data can then be analyzed to determine the timing and magnitude of force development and relaxation (for isometric trials) or the magnitude of work, net power, and instantaneous power among other things (for work loops). Although we do not provide plotting functions, all resultant objects are designed to be friendly to visualization via either base-R plotting or 'tidyverse' functions.",
"name": "workloopR: Analysis of Work Loops and Other Data from Muscle Physiology Experiments",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "1.0.1",
"version": "1.0.1.9000",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -112,7 +112,7 @@
}
],
"codeRepository": "https://github.com/vbaliga/workloopR",
"fileSize": "873.059KB",
"fileSize": "873.082KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand Down

0 comments on commit 4ea5ea7

Please sign in to comment.