Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

conflicting-libraries

Skipping Incompatible Libraries at compile

May 17, 2023 by Tarik

That message isn’t actually an error – it’s just a warning that the file in question isn’t of the right architecture (e.g. 32-bit vs 64-bit, wrong CPU architecture). The linker will keep looking for a library of the right type. Of course, if you’re also getting an error along the lines of can’t find lPI-Http … Read more

Categories c++ Tags 32-bit, 64-bit, c++, compilation, conflicting-libraries Leave a comment

dplyr: “Error in n(): function should not be called directly”

January 8, 2023 by Tarik

I presume you have dplyr and plyr loaded in the same session. dplyr is not plyr. ddply is not a function in the dplyr package. Both dplyr and plyr have the functions summarise/summarize. Look at the results of conflicts() to see masked objects.

Categories r Tags conflicting-libraries, dplyr, function, plyr, r Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa