diff --git a/DESCRIPTION b/DESCRIPTION index 319063b..ab672e2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -5,7 +5,6 @@ Description: An implementation in the R language of the Refinitiv API for the Ei Version: 0.1.0 Author: Ahmed Mohamed Ali Maintainer: Ahmed Mohamed Ali -Description: License: Apache2 Encoding: UTF-8 LazyData: true diff --git a/R/profile.R b/R/profile.R index 75386ad..4bfab5c 100644 --- a/R/profile.R +++ b/R/profile.R @@ -14,7 +14,7 @@ init <- function() if (exists("requestInfo") == FALSE) { - requestInfo <<- new("RequestInfo") + requestInfo <<- methods::new("RequestInfo") }