diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-29 23:35:16 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-30 14:15:47 +0200 |
commit | ab44ddd9ca7615fdbedbfc717e5f6764b80b2b5e (patch) | |
tree | 9a46f02307b92152a6ed00fee4ee631d99ab8bf9 /R/mkin_wide_to_long.R | |
parent | c571800c6827d277e727a8f3d2b431f9100184b9 (diff) |
Start to import or qualify functions from stats, utils et al.
Diffstat (limited to 'R/mkin_wide_to_long.R')
-rw-r--r-- | R/mkin_wide_to_long.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/mkin_wide_to_long.R b/R/mkin_wide_to_long.R index f1814fcb..21a7cbe9 100644 --- a/R/mkin_wide_to_long.R +++ b/R/mkin_wide_to_long.R @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>
-if(getRversion() >= '2.15.1') utils::globalVariables(c("name", "value"))
+if(getRversion() >= '2.15.1') utils::globalVariables(c("name", "time", "value"))
mkin_wide_to_long <- function(wide_data, time = "t")
{
|