-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't find the tag() function #3
Comments
Could you send me a reproducible example please? |
Sure @DivadNojnarg
Error in tag(tagname, contents) : could not find function "tag"
sessionInfo() Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): My R version is 3.4.3. |
Humm! Running <html>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta name="description"/>
<meta name="author"/>
<title></title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet"/>
<link href="inst/assets/vendor/nucleo/css/nucleo.css" rel="stylesheet"/>
<link href="inst/assets/vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet"/>
<link type="text/css" href="inst/assets/css/argon.min.css" rel="stylesheet"/>
<body>
<header class="header-global"></header>
<main></main>
<script src="inst/assets/vendor/jquery/jquery.min.js"></script>
<script src="inst/assets/vendor/popper/popper.min.js"></script>
<script src="inst/assets/vendor/bootstrap/bootstrap.min.js"></script>
<script src="inst/assets/vendor/headroom/headroom.min.js"></script>
<script src="inst/assets/vendor/onscreen/onscreen.min.js"></script>
<script src="inst/assets/js/argon.min.js"></script>
</body>
</html> |
I'm using R version 3.4.3 and devtool version of argonR_0.2.0.9000.
library(argonR)
When I use argonPage(), it gives me following error
Error in tag(tagname, contents) : could not find function "tag".
@DivadNojnarg
The text was updated successfully, but these errors were encountered: